home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 3.2 / Ham Radio Version 3.2 (Chestnut CD-ROMs)(1993).ISO / misc / uti512 / allot-gb.doc next >
Text File  |  1990-12-11  |  3KB  |  190 lines

  1.  
  2. ALLOT
  3. =====
  4. (by Salvador, EA3BKZ)
  5.  
  6. This programme allows to send personal messages to a list of users
  7. automatically, just typing once!
  8. ALLOT is made to run as server of popular F6FBB BBS software (version 5.12).
  9.  
  10.  
  11. How to install
  12. --------------
  13.  
  14. - copy ALLOT.EXE in \FBB directory
  15. - modify INIT.SRV file to include all the user lists you want to distribute.
  16.   See an example of INIT.SRV:
  17.  
  18.  
  19. #
  20. # Fichier d'initialisation
  21. #
  22. # Indicatif de la messagerie
  23. EA3BKZ.EAB.ESP.EU
  24. 2
  25. #
  26. # Qra locator
  27. JN11AN
  28. #
  29. # Qth
  30. Terrassa
  31. #
  32. # Directory des fichiers systeme
  33. C:\FICHIERS\
  34. #
  35. # Directory des messages
  36. C:\MAIL\
  37. #
  38. # Directory des messages binaires
  39. C:\BINMAIL\
  40. #
  41. # Directory utilisateurs
  42. C:\USERS\
  43. #
  44. # Directory Yapp
  45. C:\YAPP\
  46. # Directory docs
  47. C:\DOCS\
  48. #
  49. # Prenom du sysop
  50. Salvador
  51. #
  52. # Indicatif du Sysop
  53. EA3BKZ
  54. #
  55. # Indicatif des messages Sysop
  56. ********
  57. #
  58. # Fichier du courrier entrant.
  59. C:\FBB\MAIL.IN
  60. #
  61. # Type de video (0 = CGA, 1 = EGA, 2 = VGA)
  62. 0
  63. #
  64. # Log complet
  65. OK
  66. #
  67. # Acces direct ecran
  68. OK
  69. #
  70. # Indication des voies
  71. OK
  72. #
  73. # Mode Test
  74. NON
  75. #
  76. # Validation Forward type FBB
  77. OK
  78. #
  79. # Validation Forward Binaire
  80. OK
  81. #
  82. # Masque
  83. 32
  84. #
  85. # Heure de maintenance
  86. 1
  87. #
  88. # Time-out connexion normal (mn)
  89. 10
  90. #
  91. # Time-out 'Forward' (mn)
  92. 30
  93. #
  94. # Decalage par rapport a Greenwich (heures)
  95. +1
  96. # Nombre d'indicatifs balise
  97. 8
  98. #
  99. #
  100. # Texte header forward
  101. $c[FBB$E]
  102. #
  103. # Nombre de BIDs en fichier (32000 Max)
  104. 5000
  105. #
  106. # Limitation de la taille du bloc forward apres (KBytes)
  107. 5
  108. #
  109. # Couleurs des textes.
  110. #
  111. #   Noir       : 0       Gris foncé    : 8
  112. #   Bleu       : 1       Bleu clair    : 9
  113. #   Vert       : 2       Vert clair    : 10
  114. #   Cyan       : 3       Cyan clair    : 11
  115. #   Rouge      : 4       Rouge clair   : 12
  116. #   Magenta    : 5       Magenta clair : 13
  117. #   Marron     : 6       Jaune         : 14
  118. #   Gris clair : 7       Blanc         : 15
  119. #
  120. #   Un TEXTE (pas un FOND) peut etre clignotant en rajoutant 128 a sa couleur.
  121. #
  122. # COULEUR FONDS
  123. #
  124. # Status (haut)
  125. 7
  126. # Bandeau (milieu)
  127. 7
  128. # Texte (bas)
  129. 0
  130. # Menus
  131. 0
  132. #
  133. # COULEUR CARACTERES
  134. #
  135. # Status (haut)
  136. 1
  137. # Bandeau (milieu)
  138. 5
  139. # Menus
  140. 12
  141. # Texte envoyé
  142. 11
  143. # Texte reçu
  144. 7
  145. # UI (Headers)
  146. 11
  147. # UI (trafic)
  148. 7
  149. # Console
  150. 11
  151. # Balise
  152. 11
  153. # Indicateur de voies
  154. 11
  155. #
  156. ------
  157. #
  158. # Liste des serveurs :
  159. #
  160. # Desti  Nom du programme
  161. #
  162. REQFIL    REQFIL.COM
  163. # Destinatario     programa server.ext
  164. TEST    ALLOT.EXE
  165. CLUB    ALLOT.EXE
  166. #
  167. # Fin du fichier d'initialisation
  168. #
  169.  
  170.  
  171.  
  172. - create the mail lists (80 callsigns max.). The TEST.DAT file of above
  173.   example could be as follows:
  174.  
  175.   EA3BKZ
  176.   EA3AWD
  177.   ******  (the file MUST end with '**' at least)
  178.  
  179.  
  180. How to use
  181. ----------
  182.  
  183. When BBS receives a message 'SP TEST' (or SP CLUB) a copy of the original
  184. message will be created for each user in the list TEST.DAT (or CLUB.DAT).
  185.  
  186.  
  187. I hope ALLOT will be useful to you!
  188.  
  189. 73 de Salvador, EA3BKZ.
  190.